Inserts the specified at the specified in the collection.
シンタックス
'宣言
Function InsertRangeAsync( _
ByVal As System.Integer, _
ByVal As System.Collections.Generic.IEnumerable(Of T), _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of Integer)
System.Threading.Tasks.Task<int> InsertRangeAsync(
System.int ,
System.Collections.Generic.IEnumerable<T> ,
System.Threading.CancellationToken
)
パラメータ
- startingIndex
- The index where the item will be inserted.
- items
- The items to be inserted.
- cancellationToken
- The cancellation token.
参照